Represents a single transaction, ie a purchase or a credit
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| numPoints | int | ||
| date | Date | ||
| txType | String | Either C or D, for credit or debit respectively | |
| description | String | ||
| sourceIds | List | The ID(s) of the records which have been aggregated to get this transaction | |
| expired | Boolean | For a credit record, if it has expired or been cancelled | |
| completelyUsed | Boolean | ||
| cart | Cart | ||
| productInReward | ProductInReward | ||
| product | Product | ||
| itemHref | String | ||
| related | String | ||
| code | String | ||
| expiry | Date |
Hide comments